home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / mgedata / a.swf / scripts / frame_10 / PlaceObject2_75_36 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2002-01-14  |  158b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.schieber == 0)
  3.    {
  4.       _X = _X + (pos - _X) / 10;
  5.    }
  6.    else
  7.    {
  8.       _X = _X + (240 - _X) / 10;
  9.    }
  10. }
  11.